CodeConfig class

Constructors

CodeConfig({EdgeInsetsGeometry padding = const EdgeInsets.all(16.0), Decoration? decoration, EdgeInsetsGeometry margin = const EdgeInsets.symmetric(vertical: 8.0), TextStyle? textStyle, String language = 'dart', Widget wrapper(Widget, String)?})

Properties

decoration Decoration?
final
hashCode int
The hash code for this object.
no setterinherited
language String
final
margin EdgeInsetsGeometry
final
padding EdgeInsetsGeometry
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textStyle TextStyle
final
wrapper Widget Function(Widget, String)?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited