CustomKeyboardTab class
Defines a custom tab for the sticker keyboard.
Constructors
- CustomKeyboardTab({required String id, required KeyboardTabWidgetBuilder tabBuilder, VoidCallback? onTap, KeyboardTabPageBuilder? pageBuilder})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
Unique identifier for the tab.
final
- onTap → VoidCallback?
-
Optional onTap callback.
When pageBuilder is null, this acts as an action-only tab.
final
- pageBuilder → KeyboardTabPageBuilder?
-
Optional page builder.
When null, the tab does not navigate to a page.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tabBuilder → KeyboardTabWidgetBuilder
-
Tab widget builder.
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