ProfileStyle constructor

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

Implementation

const ProfileStyle({
  this.avatarTextStyle = const TextStyle(),
  this.betweenDefaultItemPadding = 10,
  this.pagePadding = EdgeInsets.zero,
  this.bottomActionTextStyle,
});