LinkButtonBuilder class

Allows to create a button with link

Inheritance

Constructors

LinkButtonBuilder(String label, String url, {bool disabled = false, IEmoji? emoji})
Creates instance of LinkButtonBuilder

Properties

disabled bool
True if emoji is disabled
read / writeinherited
emoji IEmoji?
Additional emoji for button
read / writeinherited
hashCode int
The hash code for this object.
read-onlyinherited
label String
Label for button. Max 80 characters.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
style ButtonStyle
Style of button. See ButtonStyle
finalinherited
type ComponentType
Type of component
read-onlyinherited
url String
Url where his button should redirect
final

Methods

build() RawApiMap
Returns built response for api
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