BottomButtonParams class

Constructors

BottomButtonParams({required String text, required String color, required String textColor, required bool hasShineEffect, required String position, bool isVisible = true, bool isActive = false})

Properties

color String
Button color
final
hashCode int
The hash code for this object.
no setterinherited
hasShineEffect bool
Bot API 7.10+ enable shine effect;
final
isActive bool
Enable the button
final
isVisible bool
Show the button
final
position String
Position of the button.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
Button text
final
textColor String
Button text color
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