Attr<AV> constructor

Attr<AV>({
  1. AV? value,
  2. AV encoder(
    1. Tuple
    )?,
  3. Map<String, Map<bool, SelectionUpdater<AV>>>? updaters,
})

Creates an aesthetic attribute.

Implementation

Attr({
  this.value,
  this.encoder,
  this.updaters,
});