KTab class

Implemented types

Constructors

KTab.new({required Widget child, Widget? prefix, Widget? suffix, double prefixGap = 0, double suffixGap = 0, bool disabled = false, bool error = false, bool success = false, bool warning = false})
const

Properties

child Widget
final
disabled bool
final
error bool
final
hashCode int
The hash code for this object.
no setterinherited
prefix Widget?
final
prefixGap double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
success bool
final
suffix Widget?
final
suffixGap double
final
warning bool
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