ExpandedTileThemeData class

Theming data for the ExpandedTile widget, Mostly Colors & Spacing.

{@tool snippet}

ExpandedTile(
 ...
 theme: ExpandedTileThemeData(
 headerColor: Colors.green,
headerRadius: 24.0,
headerPadding: EdgeInsets.all(24.0),
headerSplashColor: Colors.red,
),


 ...
)

{@end-tool}

Constructors

ExpandedTileThemeData({dynamic key, Color? headerColor = const Color(0xfffafafa), Color? headerSplashColor = const Color(0xffeeeeee), EdgeInsetsGeometry? headerPadding = const EdgeInsets.all(16.0), double? headerRadius = 8.0, EdgeInsetsGeometry? leadingPadding = const EdgeInsets.symmetric(horizontal: 4.0), EdgeInsetsGeometry? titlePadding = const EdgeInsets.symmetric(horizontal: 12.0), EdgeInsetsGeometry? trailingPadding = const EdgeInsets.symmetric(horizontal: 4.0), Color? contentBackgroundColor = const Color(0xffeeeeee), EdgeInsetsGeometry? contentPadding = const EdgeInsets.all(16.0), double? contentRadius = 8.0})
const

Properties

contentBackgroundColor Color?
/? Content
final
contentPadding EdgeInsetsGeometry?
final
contentRadius double?
final
hashCode int
The hash code for this object.
no setterinherited
headerColor Color?
/? Header
final
headerPadding EdgeInsetsGeometry?
final
headerRadius double?
final
headerSplashColor Color?
final
leadingPadding EdgeInsetsGeometry?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
titlePadding EdgeInsetsGeometry?
final
trailingPadding EdgeInsetsGeometry?
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