UContentBentoPage constructor
const
UContentBentoPage({
- required UContentResponse? content,
- Key? key,
- String? title,
- EdgeInsets padding = const EdgeInsets.all(16),
Implementation
const UContentBentoPage({
required this.content,
super.key,
this.title,
this.padding = const EdgeInsets.all(16),
});