FontSourceImageCubit constructor

FontSourceImageCubit(
  1. FontDetail fontDetail
)

Implementation

FontSourceImageCubit(FontDetail fontDetail)
    : super(FontSourceImageInitial(fontDetail)) {
  _checkCache(fontDetail);
}