menu
beautiful_custom_container package
documentation
beautiful_custom_container.dart
CustomContainer
CustomContainer const constructor
CustomContainer const constructor
dark_mode
light_mode
CustomContainer
constructor
const
CustomContainer
(
{
Key
?
key
,
required
String
title
,
required
String
subTitle
,
double
?
height
,
})
Implementation
const CustomContainer( {super.key, required this.title, required this.subTitle, this.height});
beautiful_custom_container package
documentation
beautiful_custom_container
CustomContainer
CustomContainer const constructor
CustomContainer class