UI class
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
Static Properties
-
enable
↔ bool
-
getter/setter pair
Static Methods
-
accountDisplayName(String? address, Map? accInfo, {bool expand = true, MainAxisAlignment mainAxisAlignment = MainAxisAlignment.start, Color textColor = const Color(0xFF565554), TextStyle? style})
→ Widget
-
-
accountDisplayNameString(String? address, Map? accInfo, [String? localName])
→ String
-
-
accountName(BuildContext context, dynamic acc)
→ String
-
-
confirm(BuildContext context, String message)
→ Future<bool>
-
-
copyAndNotify(BuildContext context, String? text)
→ void
-
-
decimalInputFormatter(int decimals)
→ TextInputFormatter?
-
-
getFontFamily(String fontFamilyEn, BuildContext context, {String? fontFamilyZh, Locale? locale})
→ String?
-
-
getTextSize(double size, BuildContext context, {Locale? locale})
→ double
-
-
isDarkTheme(BuildContext context)
→ bool
-
-
launchURL(String url)
→ dynamic
-
-
throttle(Function func, {Duration delay = _kDelay})
→ dynamic
-