AlfreedContext constructor

AlfreedContext(
  1. BuildContext buildContext, {
  2. Map<String, AlfreedAnimation>? animations,
})

Implementation

AlfreedContext(
  this.buildContext, {
  this.animations,
}) : device = Device.fromSize(MediaQuery.of(buildContext).size);