FastArticle constructor
const
FastArticle({
- Key? key,
- required String titleText,
- EdgeInsets titleMargin = const EdgeInsets.symmetric(vertical: 16.0),
- Iterable<
Widget> ? children,
Implementation
const FastArticle({
Key? key,
required this.titleText,
this.titleMargin = const EdgeInsets.symmetric(vertical: 16.0),
this.children,
}) : super(key: key);