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