BaseTextTemplate class abstract

Implementers

Constructors

BaseTextTemplate()

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

normal(String? s, {TextAlign textAlign = TextAlign.left, Color? colorOpt = Colors.black, TextDecoration? textDecoration = TextDecoration.none, double dimenOpt = 0, String? fontFamily, EdgeInsets? margin, EdgeInsets? padding = EdgeInsets.zero, Decoration? decoration_background, double? width, double? height, TemplateSize? templateSize = TemplateSize.wrap, VoidCallback? onPressed, Alignment? align = Alignment.topLeft, bool? selectedTextAllow, LevelDS? dsLevel, int? maxLines}) Widget