OutlinerState.loaded constructor

const OutlinerState.loaded(
  1. List<Block> blocks, {
  2. String? focusedBlockId,
})

Implementation

const factory OutlinerState.loaded(
  List<Block> blocks, {
  String? focusedBlockId,
}) = _Loaded;