FancyContainer constructor
FancyContainer({})
Implementation
FancyContainer({
Key? key,
required this.isActive,
required this.title,
this.padding,
required this.onChange,
this.horizontalPadding,
}) : super(key: key);