[Flutter] DrawerHeader bottom border 없애는 함수

class NoneBottomBorderDrawerHeader extends StatelessWidget { final Decoration decoration; final Widget child; const NoneBottomBorderDrawerHeader({ Key? key, required this.decoration, required this.child, }) : super(key: key); @override Widget build(BuildContext context) { return Theme(…

0 Comments

End of content

No more pages to load