FolderTab class

Constructors

FolderTab({required String title, Widget? icon, IconData? iconData, double spaceBetween = 8, Color? color, Color? unselectedColor, Color? labelColor, Color? unselectedLabelColor, TextStyle? labelStyle, TextStyle? unselectedLabelStyle, required Widget? content})
const

Properties

color Color?
final
content Widget?
final
hashCode int
The hash code for this object.
no setterinherited
icon Widget?
final
iconData IconData?
final
labelColor Color?
final
labelStyle TextStyle?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spaceBetween double
final
title String
final
unselectedColor Color?
final
unselectedLabelColor Color?
final
unselectedLabelStyle TextStyle?
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