toolbarWidth property

double toolbarWidth
final

Width of AppBar, defaults to double.infinity.

Use this and kToolbarHeight to determinate preferredSize. Note: height of preferredSize is toolbarHeight+bottom.preferredSize.height

Implementation

final double toolbarWidth;