clone method

  1. @override
FastThemeBlocState clone()
override

Creates an exact clone of the current state.

Implementation

@override
FastThemeBlocState clone() => copyWith();