TabData class

Constructors

TabData({required IconData iconData, required String title, Function? onClick, Color? tabColor, BorderRadius? borderRadius, Gradient? tabGradient, Key? key})

Properties

borderRadius BorderRadius?
This borderRadius is used as the the borderRadius of the Tab
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iconData IconData
This iconData will be used in the Tab
getter/setter pair
key Key?
This key is used as unique value to the Tab (if not set default UniqueKey will be added to the Tab)
getter/setter pair
onClick Function?
This onClick function to be called when clicked on Tab
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tabColor Color?
This color is set as the background color of the Tab
getter/setter pair
tabGradient Gradient?
This gradient color is used a the background gradient of the Tab
getter/setter pair
title String
This string will be used as the text inside the Tab
getter/setter pair

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