WidgetUtils class

Constructors

WidgetUtils()

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 Properties

fontFamily String?
getter/setter pair
lang String
getter/setter pair
primaryColor Color
getter/setter pair
setInputDecoration InputDecoration Function({Color? enableColor, Color? fillColor, Color? focusBorderColor, String? hint, Color? hintColor, double? hintSize, String? label, EdgeInsets? padding, Widget? prefixIcon, Widget? prefixWidget, BorderRadius? radius, Widget? suffixIcon, Widget? suffixWidget})
getter/setter pair
textScaleFactor double?
getter/setter pair
textStyle TextStyle
getter/setter pair

Static Methods

init({required TextStyle style, required Color primary, required String language, String? myTextFontFamily, double? scaleFactor, required InputDecoration inputStyle({Color? enableColor, Color? fillColor, Color? focusBorderColor, String? hint, Color? hintColor, double? hintSize, String? label, EdgeInsets? padding, Widget? prefixIcon, Widget? prefixWidget, BorderRadius? radius, Widget? suffixIcon, Widget? suffixWidget})}) → dynamic