expandWidth property

bool expandWidth
final

Related to the width the widget should occupy. If 'true' it will stretch out, using all the available horizontal space. Otherwise the text widget will be centered inside its parent widget. Default is false.

Implementation

final bool expandWidth;