KOptions class

Constructors

KOptions({TextStyle headerStyle = const TextStyle(fontSize: 13, color: Colors.black54), String refreshingText = 'Refreshing', String refreshIdleText = 'Pull to refresh', String refreshDoneText = 'Refresh done', String refreshFailureText = 'Refresh failure', TextStyle footerStyle = const TextStyle(fontSize: 13, color: Colors.black54), String moreIdleText = 'Load more', String moreFailureText = 'Load more failured', String releaseMoreText = 'Release to load more', String noMoreText = 'No more data', Widget? loadingIcon})
const

Properties

footerStyle TextStyle
final
hashCode int
The hash code for this object.
no setterinherited
headerStyle TextStyle
final
loadingIcon Widget?
final
moreFailureText String
final
moreIdleText String
final
noMoreText String
final
refreshDoneText String
final
refreshFailureText String
final
refreshIdleText String
final
refreshingText String
final
releaseMoreText String
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