f_popup_menu

Last updated:

0 purchases

f_popup_menu Image
f_popup_menu Images
Add to Cart

Description:

f popup menu

Widget build(BuildContext context) {
return FPopupMenu(
items: [
FPopupItem(
text: '测试1',
icon: 'assets/me.png',
iconSize: 20,
),
FPopupItem(text: '测试2'),
FPopupItem(text: '测试3'),
FPopupItem(text: '测试4'),
],
color: Colors.white,
pressType: PressType.longPress,
addDivider: true,
child: Container(
color: Colors.red,
height: 80,
width: MediaQuery.of(context).size.width,
margin: const EdgeInsets.symmetric(vertical: 5),
alignment: Alignment.center,
child: Text(
text,
style: const TextStyle(
color: Colors.white,
fontSize: 20,
),
),
),
);
}
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.