content property

  1. @JsonKey(toJson: null, fromJson: null, includeToJson: false, includeFromJson: false)
Widget? content
inherited

Implementation

@JsonKey(
    toJson: null,
    fromJson: null,
    includeToJson: false,
    includeFromJson: false)
Widget? get content => throw _privateConstructorUsedError;