StoryContent class
Constructors
- StoryContent({String? title, EdgeInsets? padding, StoryLink? link, StoryTypography? typography, StoryAnimation? animation, StorySpacing? spacing})
- StoryContent.copyWith(StoryContent? content)
- StoryContent.copyWithEmpty({String? title, EdgeInsets? padding, StoryLink? link, StoryTypography? typography, StoryAnimation? animation, StorySpacing? spacing})
- StoryContent.empty()
- StoryContent.fromJson(Map json)
Properties
- animation ↔ StoryAnimation?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- link ↔ StoryLink?
-
getter/setter pair
- padding ↔ EdgeInsets?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- spacing ↔ StorySpacing?
-
getter/setter pair
- title ↔ String?
-
getter/setter pair
- typography ↔ StoryTypography?
-
getter/setter pair
Methods
-
getPadding(
double? widthScreen) → EdgeInsets? -
getTitle(
) → String? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
-
toUpperAllFirstLetter(
String text) → String
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited