HeaderTitle constructor
- {Key key,
- Widget title,
- Widget subtitle,
- EdgeInsetsGeometry padding = const EdgeInsets.all(20.0),
- double middileSpace = 5}
Implementation
const HeaderTitle(
{Key key,
this.title,
this.subtitle,
this.padding = const EdgeInsets.all(20.0),
this.middileSpace = 5})
: super(key: key);