SimpleEditPage constructor
const
SimpleEditPage({})
Implementation
const SimpleEditPage({
super.key,
required this.title,
required this.label,
required this.initialValue,
this.maxLines = 1,
this.maxLength,
});