PhoenixBanner class

Inheritance

Constructors

PhoenixBanner({Key? key, required List<String> listSlider, int? carouselDurationMs = 3000, void onEvent(GestureEvent event, int index)?, Color? activeColour, Color? inActiveColour, double? bannerHeight = 170.0, double? viewportFraction = 0.9, BoxFit? fit = BoxFit.cover, IndicatorPosition? indicatorPosition = IndicatorPosition.bottom, Widget placeholderBuilder(BuildContext context, String url)?, String transformImageUrl(String url)?})
const

Properties

activeColour Color?
final
bannerHeight double?
final
carouselDurationMs int?
final
fit BoxFit?
final
hashCode int
The hash code for this object.
no setterinherited
inActiveColour Color?
final
indicatorPosition IndicatorPosition?
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
listSlider List<String>
final
onEvent → (void Function(GestureEvent event, int index)?)
final
placeholderBuilder → (Widget Function(BuildContext context, String url)?)
Builder for the banner placeholder while loading the banner image. If not provided, a grey shimmer placholder will be provided.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transformImageUrl → (String Function(String url)?)
Transform the image url before loading it. This can be used to add a CDN url to the image
final
viewportFraction double?
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() State<PhoenixBanner>
Creates the mutable state for this widget at a given location in the tree.
override
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited