FolderTab class
Constructors
-
FolderTab.new({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
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited