FormLayout.raw constructor
const
FormLayout.raw({})
Implementation
const FormLayout.raw({
super.key,
required this.backgroundColor,
this.fadeBarHeight = 16,
this.fadeDuration = const Duration(milliseconds: 100),
required this.content,
required this.bottom,
});