UICollectionBlockData class

Constructors

UICollectionBlockData({List<UIBlock>? children, FrameData? frame, int? gap, CollectionKind? kind, FlexDirection? direction, String? reference, int? gridSize, int? itemWidth, int? itemHeight, bool? fullItemWidth, bool? pageControl, bool? autoScroll, double? autoScrollInterval, UIBlockEventDispatcher? onClick})

Properties

autoScroll bool?
final
autoScrollInterval double?
final
children List<UIBlock>?
final
direction FlexDirection?
final
frame FrameData?
final
fullItemWidth bool?
final
gap int?
final
gridSize int?
final
hashCode int
The hash code for this object.
no setterinherited
itemHeight int?
final
itemWidth int?
final
kind CollectionKind?
final
onClick UIBlockEventDispatcher?
final
pageControl bool?
final
reference String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

encode() Map<String, dynamic>
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

decode(dynamic json) UICollectionBlockData?