InsertInfo constructor

const InsertInfo({
  1. Key? key,
  2. required String infoText,
  3. int maxLines = 2,
})

create BrnInsertInfo

Implementation

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