ConfiguraTile class
Constructors
- ConfiguraTile({Color? tileColor, Color? tileColorDark, double? blur, double? elevation, EdgeInsetsGeometry? padding, BorderRadius? borderRadius, required Icon leading, required String title, String? subtitle, required VoidCallback onTap, Color? iconColor, Color? iconColorDark, Color? titleColor, Color? titleColorDark, Color? subtitleColor, Color? subtitleColorDark, Icon? trailing, Color? trailingColor, Color? trailingColorDark, String? headerText, double? headerSpacing, CrossAxisAlignment? textAlignment, bool visibilityEnabled = true, bool themeEnabled = false, Function? visibilityCondition, bool headerPositionOutside = true, CrossAxisAlignment? headerPosition, Color? headerTextColor})
Properties
- blur → double?
-
final
- borderRadius → BorderRadius?
-
final
- elevation → double?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- headerPosition → CrossAxisAlignment?
-
final
- headerPositionOutside → bool
-
final
- headerSpacing → double?
-
final
- headerText → String?
-
final
- headerTextColor → Color?
-
final
- iconColor → Color?
-
final
- iconColorDark → Color?
-
final
- leading → Icon
-
final
- onTap → VoidCallback
-
final
- padding → EdgeInsetsGeometry?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subtitle → String?
-
final
- subtitleColor → Color?
-
final
- subtitleColorDark → Color?
-
final
- textAlignment → CrossAxisAlignment?
-
final
- themeEnabled → bool
-
final
- tileColor → Color?
-
final
- tileColorDark → Color?
-
final
- title → String
-
final
- titleColor → Color?
-
final
- titleColorDark → Color?
-
final
- trailing → Icon?
-
final
- trailingColor → Color?
-
final
- trailingColorDark → Color?
-
final
- visibilityCondition → Function?
-
final
- visibilityEnabled → bool
-
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