StorifyMeAutoLayoutBehavior class
Represents the auto-layout behavior configuration for StorifyMe grid and carousel views.
Constructors
- StorifyMeAutoLayoutBehavior.new(StorifyMeAutoLayoutBehaviorType type, {double heightMultiplier = 1.0})
- Constructs a StorifyMeAutoLayoutBehavior instance with the given behavior type and optional height multiplier.
- StorifyMeAutoLayoutBehavior.defaultBehavior()
-
Factory constructor for the default behavior.
factory
- StorifyMeAutoLayoutBehavior.defaultWithoutAndroidAutoResize()
-
Factory constructor for the default behavior without Android auto-resize.
factory
- StorifyMeAutoLayoutBehavior.gridView()
-
Factory constructor for the grid view behavior.
factory
- StorifyMeAutoLayoutBehavior.gridViewAdjustedFirstStory(double heightMultiplier)
-
Factory constructor for the grid view behavior with adjusted first story height.
factory
- StorifyMeAutoLayoutBehavior.gridViewAdjustedFirstStoryWithoutAutoResize(double heightMultiplier)
-
Factory constructor for the grid view behavior with adjusted first story height without auto-resize.
factory
- StorifyMeAutoLayoutBehavior.gridViewWithoutAutoResize()
-
Factory constructor for the grid view behavior without auto-resize.
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- heightMultiplier → double
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → StorifyMeAutoLayoutBehaviorType
-
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