FillImageCards class

Inheritance

Constructors

FillImageCards({Key? key, double? width, double? height, double? heightImage, double borderRadius = 6, EdgeInsetsGeometry? contentPadding, required ImageProvider<Object> imageProvider, List<Widget>? tags, Widget? title, Widget? description, Widget? footer, Color color = Colors.white, double? tagSpacing, double? tagRunSpacing})
const

Properties

borderRadius double
border radius value
final
color Color
card color
final
contentPadding EdgeInsetsGeometry?
content padding
final
description Widget?
widget description of card
final
widget footer of card
final
hashCode int
The hash code for this object.
no setterinherited
height double?
card height
final
heightImage double?
image height
final
imageProvider ImageProvider<Object>
image provider
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tagRunSpacing double?
run spacing between line tag
final
tags List<Widget>?
list of widgets
final
tagSpacing double?
spacing between tag
final
title Widget?
widget title of card
final
width double?
card width
final

Methods

build(BuildContext context) Widget
Describes the part of the user interface represented by this widget.
override
createElement() StatelessElement
Creates a StatelessElement to manage this widget's location in the tree.
inherited
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, int wrapWidth = 65}) 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