create BrnInsertInfo
const InsertInfo({Key? key, required this.infoText, this.maxLines = 2}) : super(key: key);