FineIcons class

FineCard class

Inheritance

Constructors

FineIcons({Key? key, VoidCallback? onTap, MainAxisAlignment? mainCardAlignmentPosition = MainAxisAlignment.center, CrossAxisAlignment? mainCardCrossAlignmentPosition = CrossAxisAlignment.center, double? width = 88.0, double? height, double? minHeight = 88.0, Color? background = Colors.white, double? elevation = 12.0, Color? elevationShadowColor, double? borderWidth = 1, Color? borderColor = Colors.transparent, double? allSideRadius = 0, IndividualRadius? individualSideRadius, CardIcon? cardIcon, CardImage? cardImage, CardTitle? cardTitle, InsideCard? insideCard, CardCustomWidget? cardCustomWidget})
const

Properties

allSideRadius double?
set radius for all sides of the card
final
background Color?
set background colour for the card
final
borderColor Color?
set borderColor for the card
final
borderWidth double?
set borderWidth for the card
final
cardCustomWidget CardCustomWidget?
use a custom widget inside or outside the card under card title
final
cardIcon CardIcon?
set the icon inside the card
final
cardImage CardImage?
set the image inside the card
final
cardTitle CardTitle?
set the inside or outside title for the card and its properties
final
elevation double?
set elevation(shadow) for the card
final
elevationShadowColor Color?
set elevation(shadow) colour for the card
final
hashCode int
The hash code for this object.
no setterinherited
height double?
set height for the card
final
individualSideRadius IndividualRadius?
set Individual Radius for each sides of the card
final
insideCard InsideCard?
set a card inside the main card and set its properties
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
mainCardAlignmentPosition MainAxisAlignment?
Set alignment inside the card using MainAxisAlignment
final
mainCardCrossAlignmentPosition CrossAxisAlignment?
Set alignment inside the card using CrossAxisAlignment
final
minHeight double?
set minHeight for the card
final
onTap VoidCallback?
Use on tap to navigate to any page or URL
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width double?
set width for the card
final

Methods

build(BuildContext context) Widget
Describes the part of the user interface represented by this widget.
override
buildTitle() Widget
inside and outside title method
checkImageOrIcon() → dynamic
check image or icon method
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
getIcon() Widget
card icon method
getIconInsideTitle() Widget
inside card title method
getImage() Widget
card image method
getImageType() → dynamic
image type method to show network image or svg image or asset image
insideIconBackground() Widget
inside card method
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