OrganizationWidget constructor

const OrganizationWidget({
  1. Key? key,
  2. required String text,
  3. TextAlign? textAlign,
})

Implementation

const OrganizationWidget({
  Key? key,
  required this.text,
  this.textAlign,
}) : super(key: key);