FormeExpansionListTileItem<T extends Object> class

Constructors

FormeExpansionListTileItem.data({required Widget title, Widget? subtitle, Widget? secondary, ListTileControlAffinity? controlAffinity, bool readOnly = false, EdgeInsetsGeometry? padding, required FormeExpansionItemControl<T> control, ListTileStyle? style, Color? selectedColor, Color? iconColor, Color? textColor, Color? focusColor, Color? hoverColor, Color? tileColor, Color? selectedTileColor, bool? enableFeedback, double? horizontalTitleGap, double? minVerticalPadding, double? minLeadingWidth, bool dense = false})
factory
FormeExpansionListTileItem.expansion({required Widget title, Widget? subtitle, Widget? secondary, ListTileControlAffinity? controlAffinity, bool readOnly = false, EdgeInsetsGeometry? padding, EdgeInsetsGeometry? childrenPadding, required List<FormeExpansionListTileItem<T>> children, FormeExpansionItemControl<T>? control, CrossAxisAlignment? expandedCrossAxisAlignment, Alignment? expandedAlignment, Color? backgroundColor, Color? collapsedBackgroundColor, Color? textColor, Color? collapsedTextColor, Color? iconColor, Color? collapsedIconColor})
factory

Properties

controlAffinity ListTileControlAffinity
final
hashCode int
The hash code for this object.
no setterinherited
padding EdgeInsetsGeometry
final
readOnly bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondary Widget?
final
subtitle Widget?
final
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