changeBrushType method

void changeBrushType(
  1. BrushType brushType
)

Implementation

void changeBrushType(
  BrushType brushType,
) {
  state = state.copyWith(
    brushType: brushType,
  );
}