widthCampoPesquisa property

  1. @override
double get widthCampoPesquisa
inherited

Implementation

@override
double get widthCampoPesquisa {
  _$widthCampoPesquisaAtom.reportRead();
  return super.widthCampoPesquisa;
}
  1. @override
set widthCampoPesquisa (double value)
inherited

Implementation

@override
set widthCampoPesquisa(double value) {
  _$widthCampoPesquisaAtom.reportWrite(value, super.widthCampoPesquisa, () {
    super.widthCampoPesquisa = value;
  });
}