FlutterTextOptions class

Constructors

FlutterTextOptions({Color? textColor, double? fontSize, String? fontFamily, double? letterSpacing, EdgeInsetsGeometry? padding = const EdgeInsets.all(10), String? heroTag, bool? isHeroWidget = false})

Properties

fontFamily String?
getter/setter pair
fontSize double?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
heroTag String?
getter/setter pair
isHeroWidget bool?
getter/setter pair
letterSpacing double?
getter/setter pair
padding EdgeInsetsGeometry?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textColor Color?
getter/setter pair

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