NGAWidget class

Constructors

NGAWidget()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

card(BuildContext context, Widget child, {double radius = 24, double padding = 16, double outPadding = 0, int alpha = 22, bool useWhite = false, bool isAllPadding = true, void onTap()?}) Widget
cards(BuildContext context, List<Widget> children, {double radius = 24, double padding = 16, double outPadding = 0, int alpha = 22, bool useWhite = false, bool isAllPadding = true}) Widget
msg(BuildContext context, {void onTap()?, required String txt, required NGAMsg type, int s = 3}) → void
txtButton(Widget txt, void onTap(), {double radius = 24, int alpha = 22, bool useWhite = false}) Widget