const TLTextFlagDrawer({ Key? key, required this.title, required this.children, this.bottomWidget, }) : super(key: key);