Slide class
Constructors
- Slide.new({Widget? widgetTitle, String? title, int? maxLineTitle, TextStyle? styleTitle, EdgeInsets? marginTitle, String? pathImage, double? widthImage, double? heightImage, BoxFit? foregroundImageFit, Widget? centerWidget, Function? onCenterItemPress, Widget? widgetDescription, String? description, int? maxLineTextDescription, TextStyle? styleDescription, EdgeInsets? marginDescription, Color? backgroundColor, Color? colorBegin, Color? colorEnd, AlignmentGeometry? directionColorBegin, AlignmentGeometry? directionColorEnd, String? backgroundImage, BoxFit? backgroundImageFit, double? backgroundOpacity, Color? backgroundOpacityColor, BlendMode? backgroundBlendMode})
Properties
- backgroundBlendMode ↔ BlendMode?
-
getter/setter pair
- backgroundColor ↔ Color?
-
Background tab color
getter/setter pair
- backgroundImage ↔ String?
-
getter/setter pair
- backgroundImageFit ↔ BoxFit?
-
getter/setter pair
- backgroundOpacity ↔ double?
-
getter/setter pair
- backgroundOpacityColor ↔ Color?
-
getter/setter pair
- centerWidget ↔ Widget?
-
getter/setter pair
- colorBegin ↔ Color?
-
Gradient tab color begin
getter/setter pair
- colorEnd ↔ Color?
-
Gradient tab color end
getter/setter pair
- description ↔ String?
-
Change text description at bottom
getter/setter pair
- directionColorBegin ↔ AlignmentGeometry?
-
Direction color begin
getter/setter pair
- directionColorEnd ↔ AlignmentGeometry?
-
Direction color end
getter/setter pair
- foregroundImageFit ↔ BoxFit?
-
Scale of image
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- heightImage ↔ double?
-
Height of image
getter/setter pair
- marginDescription ↔ EdgeInsets?
-
Margin for text description
getter/setter pair
- marginTitle ↔ EdgeInsets?
-
Margin for text title
getter/setter pair
- maxLineTextDescription ↔ int?
-
Maximum line of text description
getter/setter pair
- maxLineTitle ↔ int?
-
Change max number of lines title at top
getter/setter pair
- onCenterItemPress ↔ Function?
-
Fire when press image or center widget
getter/setter pair
- pathImage ↔ String?
-
Path to your local image
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- styleDescription ↔ TextStyle?
-
Style for text description
getter/setter pair
- styleTitle ↔ TextStyle?
-
Style for text title
getter/setter pair
- title ↔ String?
-
Change text title at top
getter/setter pair
- widgetDescription ↔ Widget?
-
If non-null, used instead of description and its relevant properties
getter/setter pair
- widgetTitle ↔ Widget?
-
If non-null, used instead of title and its relevant properties
getter/setter pair
- widthImage ↔ double?
-
Width of image
getter/setter pair
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