ButtonTemplate class
class button ui
- Annotations
-
- @Deprecated("use instead 'ButtonFastor()'")
Constructors
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
-
t(
String text, VoidCallback? onPressed, {Color? textColor, double textDimen = 0, String? fontFamily, Color? background, double? width, double? height, Color? borderLine, double? borderRadius, Decoration? decoration, VoidCallback? onLongPress, EdgeInsets? margin, EdgeInsets? padding, LevelDS levelDS = LevelDS.l1, TextAlign textAlign = TextAlign.center, Alignment? gravityLayout}) → Widget - read parameter types to use it in your UserInterface