ProfileStyle class

ProfielStyle is used to set a couple of style paramaters for the whole profile page.

AvatarStyle is used to set some styling for the avatar using AvatarStyle.

PagePaddign is used to set the padding around the whole profile page with its parent.

BetweenDefaultitemPadding sets te padding between each user data item.

Constructors

ProfileStyle({TextStyle avatarTextStyle = const TextStyle(), double betweenDefaultItemPadding = 10, EdgeInsetsGeometry pagePadding = EdgeInsets.zero, TextStyle? bottomActionTextStyle})
const

Properties

avatarTextStyle TextStyle
AvatarStyle can be used to set some avatar styling parameters.
final
betweenDefaultItemPadding double
BetweenDefaultItemPadding sets the
final
bottomActionTextStyle TextStyle?
Bottom action text style
final
hashCode int
The hash code for this object.
no setterinherited
pagePadding EdgeInsetsGeometry
PagePadding can be set to determine the padding of the whole page againt the profile page parent.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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