XStorieBar constructor
const
XStorieBar(- {Key key,
- Color color,
- double circleRadius,
- Widget child,
- @required String text,
- ImageProvider backgroundImage,
- Color circleColor,
- double fontSize,
- FontWeight fontWeight,
- String fontFamily,
- Color textColor,
- double verticalSpace,
- Function onTap}
)
Implementation
const XStorieBar(
{Key key,
this.color,
this.circleRadius,
this.child,
@required this.text,
this.backgroundImage,
this.circleColor,
this.fontSize,
this.fontWeight,
this.fontFamily,
this.textColor,
this.verticalSpace,
this.onTap})
: super(key: key);