FespExpansionTileData class

Annotations
  • @FespNodeBuildersA.new(builders: [FespNodeBuilderField(className: 'FespExpansionTileBuilderData', returnType: 'ExpansionTile', classFields: [FespNodeBuilderClassField(type: 'List<Widget>', name: 'children'), FespNodeBuilderClassField(type: 'CrossAxisAlignment', name: 'expandedCrossAxisAlignment'), FespNodeBuilderClassField(type: 'Alignment', name: 'expandedAlignment'), FespNodeBuilderClassField(type: 'EdgeInsetsGeometry', name: 'childrenPadding'), FespNodeBuilderClassField(type: 'Widget', name: 'title'), FespNodeBuilderClassField(type: 'Color', name: 'backgroundColor')])], invalidTypes: ['\$FespExpansionTileBuilderData'])

Constructors

FespExpansionTileData({required Widget title, List<Widget> children = const [], bool material = true, EdgeInsetsGeometry padding = FESP_TILE_PADDING, ExpansionTile fespBuilder0(BuildContext p0, $FespExpansionTileBuilderData p1)?})
const

Properties

children List<Widget>
final
fespBuilder0 ExpansionTile Function(BuildContext p0, $FespExpansionTileBuilderData p1)?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
material bool
final
padding EdgeInsetsGeometry
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title Widget
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