SkeletonLayouts class
Pre-built skeleton layouts for common UI patterns
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
Static Methods
-
card(
{double height = 120, bool showImage = true, int textLines = 2}) → Widget - Card skeleton
-
comment(
) → Widget - Comment skeleton
-
dashboardFull(
{bool isWide = false}) → Widget - Dashboard full-page skeleton (KPIs + chart + sections)
-
dashboardKpis(
{int count = 4, bool isWide = false}) → Widget - Dashboard KPI cards skeleton (2 or 4 columns)
-
listItem(
{bool showAvatar = true, int textLines = 2}) → Widget - List item skeleton
-
postGrid(
{int itemCount = 9, int crossAxisCount = 3}) → Widget - Post grid skeleton (Instagram-style)
-
profileHeader(
) → Widget - Profile header skeleton
-
statsRow(
{int itemCount = 3}) → Widget - Stats row skeleton