SenzuSubtitleStyle class
Constructors
- SenzuSubtitleStyle({TextStyle textStyle = const TextStyle(color: Colors.white, fontSize: 16, backgroundColor: Colors.black54, height: 1.3), AlignmentGeometry alignment = Alignment.bottomCenter, TextAlign textAlign = TextAlign.center, EdgeInsetsGeometry padding = const EdgeInsets.only(bottom: 8)})
-
const
Properties
- alignment → AlignmentGeometry
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- padding → EdgeInsetsGeometry
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- textAlign → TextAlign
-
final
- textStyle → TextStyle
-
final
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