ExpandableThemeData class
Constructors
-
ExpandableThemeData(BuildContext context, {EdgeInsets? contentPadding, TextStyle? rowTextStyle, int? rowTextMaxLines, TextOverflow? rowTextOverflow, TextStyle? expandedTextStyle, Color? expandedBackgroundColor, Color? expandedBorderColor, Color? rowColor, Color? evenRowColor, Color? oddRowColor, BorderSide? rowBorder, Icon? editIcon, Icon? expansionIcon, })
-
factory
-
ExpandableThemeData.normal(BuildContext context)
-
factory
-
ExpandableThemeData.raw({required EdgeInsets contentPadding, required TextStyle rowTextStyle, required int rowTextMaxLines, required TextOverflow rowTextOverflow, required TextStyle expandedTextStyle, required Color expandedBorderColor, required Color rowColor, Color? evenRowColor, Color? oddRowColor, required BorderSide rowBorder, required Icon editIcon, required Icon expansionIcon, })
-
const
Properties
-
contentPadding
→ EdgeInsets
-
Specifies padding for all header and data rows.
final
-
editIcon
→ Icon
-
Icon image showing editing feature.
final
-
evenRowColor
→ Color?
-
Background color of the even indexed rows.
final
-
expandedBorderColor
→ Color
-
Expansion border color.
final
-
expandedTextStyle
→ TextStyle
-
Text style of expansion content.
final
-
expansionIcon
→ Icon
-
Icon image expanding expansion content.
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
Border style of header row.
final
-
Background color of header row.
final
-
Height of the header widget.
final
-
Color of the header sort arrow icon.
final
-
Maximum number of lines for header text to span.
final
-
Text style of header row.
final
-
oddRowColor
→ Color?
-
Background color of the odd indexed rows.
final
-
final
-
final
-
final
-
final
-
final
-
If the custom pagination widget is not used. These properties
are used to customize default pagination widget.
Size of the default pagination widget.
final
-
final
-
final
-
rowBorder
→ BorderSide
-
Border style of all rows.
final
-
rowColor
→ Color
-
Background color of rows.
final
-
rowTextMaxLines
→ int
-
Maximum number of lines for row text to span.
final
-
rowTextOverflow
→ TextOverflow
-
Visual overflow of the row's cell text.
final
-
rowTextStyle
→ TextStyle
-
Text style of all rows.
final
-
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