PlaceholdersConfig class

Constructors

PlaceholdersConfig({String? loadingText, String? emptyText, String? reload, Widget? icon, Widget? loadingIndicator, double spaceBetweenIconAndText = 10, double spaceBetweenTextAndButton = 5})
PlaceholdersConfig.builder({Widget builder(bool loading, String? error)?})

Properties

builder → (Widget Function(bool loading, String? error)?)
final
emptyText String?
final
hashCode int
The hash code for this object.
no setterinherited
icon Widget?
final
loadingIndicator Widget?
final
loadingText String?
final
reload String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spaceBetweenIconAndText double
final
spaceBetweenTextAndButton double
final

Methods

copyWith(PlaceholdersConfig? other) PlaceholdersConfig
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