layout/core/core/core library

Enums

LayoutAction

Typedefs

ConditionalLayoutFunc<T> = Layout<T> Function(String? property, RequestLayoutParams<LayoutRepository> params)
GetLayoutSpan = List<int> Function(int)
LayoutFunc<T> = Layout<T> Function({String? property})
ONFINALIZEDECODE<T, R extends LayoutRepository> = dynamic Function(T layoutResult, Map<String, dynamic> structResult, R? repository)
ONFINALIZEENCODE<T, R extends LayoutRepository> = void Function(T source, Map<String, dynamic> structSource, R? repository)