ErrorSpacer constructor

ErrorSpacer()

Creates an empty space to insert into a list of DiagnosticsNode objects typically within a FlutterError object.

Implementation

ErrorSpacer() : super('', null, description: '', showName: false);