UpdateTextInfoPage constructor
const
UpdateTextInfoPage({})
Implementation
const UpdateTextInfoPage(
{Key? key,
required this.title,
required this.content,
required this.maxLength,
required this.privilege,
required this.sureStr,
required this.leading,
this.onSave})
: super(key: key);