raw_context 1.0.0+1 copy "raw_context: ^1.0.0+1" to clipboard
raw_context: ^1.0.0+1 copied to clipboard

outdated

Easy context menu creation with flutter to speed up development.(A wrapper on Flutter's popup menu)

Raw Context #

Easy context menu creation with flutter to speed up development. (A wrapper on Flutter's popup menu)

RawContext();//Widget with the menu icon and the context menu functionality

Parameters for RawContext() Widget: #

List<RawContextItem> items = [];//Clickable context menu options
Color iconColor = Colors.black;
Color contextMenuColor = Colors.white;
Color textColor = Colors.black;
double iconSize;
double textSize;
String font;
0
likes
0
pub points
40%
popularity

Publisher

unverified uploader

Easy context menu creation with flutter to speed up development.(A wrapper on Flutter's popup menu)

License

unknown (LICENSE)

Dependencies

cupertino_icons, flutter

More

Packages that depend on raw_context