GSectionTitleThemeData class

Theme data for GSectionTitleTheme

Constructors

GSectionTitleThemeData({EdgeInsets? padding = const EdgeInsets.fromLTRB(16, 24, 16, 8), Color? color, Color? backgroundColor})

Properties

backgroundColor Color?
Set GSectionTitle background color.
final
color Color?
Set title text color.
final
hashCode int
The hash code for this object.
no setterinherited
padding EdgeInsets?
An empty space.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({EdgeInsets? padding, Color? color, Color? backgroundColor}) GSectionTitleThemeData
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

of(BuildContext context) GSectionTitleThemeData
Return current GSectionTitleThemeData of this context.