ListStyles class

Styles for list rendering.

Constructors

ListStyles({Style? title, Style? titleBar, Style? filterPrompt, Style? filterCursor, Style? statusBar, Style? statusEmpty, Style? statusBarActiveFilter, Style? statusBarFilterCount, Style? noItems, Style? paginationStyle, Style? helpStyle, String? activePaginationDot, String? inactivePaginationDot, Style? arabicPagination, Style? spinner, Style? dividerDot})
Creates list styles.
ListStyles.defaults()
Creates default styles.
factory

Properties

activePaginationDot → String?
Active pagination dot.
final
arabicPagination → Style
Arabic pagination style.
final
dividerDot → Style
Divider dot style.
final
filterCursor → Style
Filter cursor style.
final
filterPrompt → Style
Filter prompt style.
final
hashCode → int
The hash code for this object.
no setterinherited
helpStyle → Style
Help style.
final
inactivePaginationDot → String?
Inactive pagination dot.
final
noItems → Style
No items message style.
final
paginationStyle → Style
Pagination style.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
spinner → Style
Spinner style.
final
statusBar → Style
Status bar style.
final
statusBarActiveFilter → Style
Active filter status style.
final
statusBarFilterCount → Style
Filter count status style.
final
statusEmpty → Style
Empty status style.
final
title → Style
Title style.
final
titleBar → Style
Title bar style.
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