CodeBlockAttribute.active constructor

CodeBlockAttribute.active([
  1. Map<String, dynamic>? properties
])

Implementation

CodeBlockAttribute.active([
  Map<String, dynamic>? properties,
]) : super(value: <String, dynamic>{
        'active': true,
        ...?properties,
      });