minimumSize property

double? minimumSize
final

The minimum size that a brush can have. This value is measured in relation to the smaller side of the asset that the user is editing. If the value is null the minimum brush size is set to the absolute size of a single pixel of the edited image.

// Defaults to:
null

Implementation

final double? minimumSize;