BottomBarWithSheetItem class

Hello !

You can check all widget annotations, examples and docs In package repository: https://github.com/Frezyx/bottom_bar_with_sheet

Constructors

BottomBarWithSheetItem({Key? key, required IconData icon, String? label, bool noSelectionState = false})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
icon IconData
IconData icon of your BottomBarWithSheetItem navigation item
final
label String?
Text String label of your BottomBarWithSheetItem navigation item
final
noSelectionState bool
If noSelectionState is true then no styling/state change happens when this item is pressed/selected
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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