Ail class
Constructors
- Ail()
Properties
- backgroundColor → Color
-
no setter
- brightness → Brightness
-
no setter
- foregroundColor → Color
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → double
-
no setter
- hideKeyboard → void
-
no setter
- isDark → bool
-
no setter
- isDesktop → bool
-
no setter
- isKeyboardOpened → bool
-
no setter
- isMobile → bool
-
no setter
- isTablet → bool
-
no setter
-
no setter
- placeholderColor → Color
-
no setter
- primaryColor → Color
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- safeHeight → double
-
no setter
- scaffoldColor → Color
-
no setter
- size → Size
-
no setter
- theme → ThemeData
-
no setter
- width → double
-
no setter
Methods
-
afterDelay(
{dynamic function()?, int? milliseconds = 250}) → Future -
back(
[Object? result]) → void -
go(
Widget page) → Future -
goRemoved(
Widget page) → Future -
indicator(
{double? value, Color? color, double? strokeWidth, Size? size}) → Widget -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
route(
Widget page) → CupertinoPageRoute -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- context ↔ BuildContext
-
getter/setter pair
-
getter/setter pair
-
scaffoldKey
↔ GlobalKey<
ScaffoldMessengerState> -
getter/setter pair
Static Methods
-
alert(
{String? title, List< TextButton> ? actions, bool showCancel = true, bool barrierDismissible = true}) → Future -
imageNetwork(
{required String path, bool isFitted = true, double? radius}) → Widget - The isFitted parameter is true by default. If the radius parameter is empty, its value is 15. If you don't want it to happen, change the value to 0.
-
imageNetworkProvider(
{required String path}) → CachedNetworkImageProvider -
showModalSheet(
{String? title, String? subtitle, List< AilButtonElement> ? actions}) → Future -
snackBar(
{required String title}) → ScaffoldFeatureController< Widget, dynamic>